org.eclipse.vtp.desktop.core.dialogs
Class ContentPage

java.lang.Object
  extended by org.eclipse.vtp.desktop.core.dialogs.ContentPage
Direct Known Subclasses:
ComponentPropertiesPanel

public abstract class ContentPage
extends java.lang.Object

Author:
Trip

Constructor Summary
ContentPage(java.lang.String name)
           
 
Method Summary
protected abstract  org.eclipse.swt.widgets.Control createPage(org.eclipse.swt.widgets.Composite parent)
           
 java.lang.String getName()
           
 org.eclipse.swt.widgets.Shell getRootShell()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentPage

public ContentPage(java.lang.String name)
Method Detail

getRootShell

public org.eclipse.swt.widgets.Shell getRootShell()

createPage

protected abstract org.eclipse.swt.widgets.Control createPage(org.eclipse.swt.widgets.Composite parent)

getName

public java.lang.String getName()